home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / demo / contourm.sit / ContourMap Demo.rsrc / HELP_10580_File menu < prev    next >
Encoding:
Text File  |  1990-12-19  |  2.6 KB  |  67 lines

  1. File Menu
  2.  
  3. New:
  4.       Open a new three dimensional data file. A window with an empty table for data will
  5.       be displayed. x values should be added in increasing order in the top row. y values
  6.       in increasing order in the left  column. z values should be added to the rest of the table.
  7.  
  8. Open:
  9.       Open an existing data file. Input is from a free format text file of either x,y,z triples or
  10.       a grid of z values. The grid of z values should have its x vector as its first row and the
  11.       y vector as its first column. For example:
  12.  
  13.             1  2  3  4
  14.             5  2  4  6  8
  15.             6  4  6  8  12
  16.             7  9  9  8  7
  17.    
  18.       where the x vector is {1,2,3,4} and the y vector is {5,6,7}.
  19.  
  20.       Missing values from the grid can be incorporated by placing a dash (-) where the
  21.       value would normally be, these values can then be interpolated by ContourMap.
  22.  
  23.       Comments can be embedded in the data file by starting a comment with one of the 
  24.       characters !"#$%& all data following a comment character to the end of the line is
  25.       ignored.
  26.  
  27.        ContourMap can handle x,y & z vectors of up to 32K data points and a maximum of 
  28.        512 columns by 512 rows of interpolated data.
  29.  
  30.         If an existing file has an associated contour map it can be reopened for further editing
  31.         by opening its "replay" file - usually having a name of the form <file>/REPLAY.
  32.  
  33. Open Script:
  34.       Open a ContourMap script file - a file containing a set of specifications for producing a
  35.       contour map. This is useful for producing a set of maps which have the same cosmetic
  36.       options but different data. See "Save Script" below for saving a contour map as a
  37.       script file.
  38.  
  39. Close Data:
  40.       Close the currently open data file as well as the current contour map. If any editing was
  41.       done but not saved then confirmation is required.
  42.  
  43. Save Data as:
  44.       Save any edited or interpolated data in either gridded or xyz format.
  45.  
  46. Save Pict as:
  47.       Save the current map in a PICT file.
  48.  
  49. Save Script as:
  50.       Save a ContourMap script file of the current contour map. A script file is a text file
  51.       containing a series of ContourMap specifications, for example:
  52.  
  53.           OPEN "rain data"
  54.           SET SIZE TOP=1.41 LEF=1.41 HGT=6.20 WID=11.09
  55.           SET MAP LW=1.00 FRGB=0,0,0 BRGB=-1,-1,-1
  56.           SET LINE FONT=Monaco LSZ=9 LST=0
  57.           ADD LIST "1.00,1.80,2.60,3.40,4.20,5.00"
  58.  
  59. Page Setup: 
  60.         Standard printer page setup selection, choose output page size and orientation.
  61.  
  62. Print: 
  63.         Standard print selection.
  64.  
  65. Quit: 
  66.         Quit ContourMap.
  67.